﻿2026-07-08T01:50:57.8403613Z ##[group]Run actions/checkout@v5
2026-07-08T01:50:57.8404490Z with:
2026-07-08T01:50:57.8404933Z   repository: SaberMage/spt-core
2026-07-08T01:50:57.8408150Z   token: ***
2026-07-08T01:50:57.8408576Z   ssh-strict: true
2026-07-08T01:50:57.8409078Z   ssh-user: git
2026-07-08T01:50:57.8409487Z   persist-credentials: true
2026-07-08T01:50:57.8409941Z   clean: true
2026-07-08T01:50:57.8410354Z   sparse-checkout-cone-mode: true
2026-07-08T01:50:57.8410833Z   fetch-depth: 1
2026-07-08T01:50:57.8411246Z   fetch-tags: false
2026-07-08T01:50:57.8411658Z   show-progress: true
2026-07-08T01:50:57.8412087Z   lfs: false
2026-07-08T01:50:57.8412475Z   submodules: false
2026-07-08T01:50:57.8412917Z   set-safe-directory: true
2026-07-08T01:50:57.8413612Z ##[endgroup]
2026-07-08T01:50:57.9344237Z Syncing repository: SaberMage/spt-core
2026-07-08T01:50:57.9346797Z ##[group]Getting Git version info
2026-07-08T01:50:57.9348007Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T01:50:57.9350076Z [command]/usr/bin/git version
2026-07-08T01:50:57.9350786Z git version 2.43.0
2026-07-08T01:50:57.9352694Z ##[endgroup]
2026-07-08T01:50:57.9357921Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e6609084-edd2-4210-8a1a-cde8f6c6354f' before making global git config changes
2026-07-08T01:50:57.9359514Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T01:50:57.9360573Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T01:50:57.9381751Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T01:50:57.9401402Z https://github.com/SaberMage/spt-core
2026-07-08T01:50:57.9412497Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T01:50:57.9415005Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T01:50:57.9439027Z HEAD
2026-07-08T01:50:57.9469161Z ##[endgroup]
2026-07-08T01:50:57.9470198Z [command]/usr/bin/git submodule status
2026-07-08T01:50:57.9661252Z ##[group]Cleaning the repository
2026-07-08T01:50:57.9664027Z [command]/usr/bin/git clean -ffdx
2026-07-08T01:51:01.4051822Z Removing .adapter-notify/
2026-07-08T01:51:01.4052462Z Removing target/
2026-07-08T01:51:01.4063527Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T01:51:01.4698427Z HEAD is now at 1fccfcdec Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:51:01.4705982Z ##[endgroup]
2026-07-08T01:51:01.4706999Z ##[group]Disabling automatic garbage collection
2026-07-08T01:51:01.4710358Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T01:51:01.4735755Z ##[endgroup]
2026-07-08T01:51:01.4736257Z ##[group]Setting up auth
2026-07-08T01:51:01.4741605Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T01:51:01.4766277Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T01:51:01.4957175Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T01:51:01.4983379Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T01:51:01.5172762Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T01:51:01.5198851Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T01:51:01.5389443Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T01:51:01.5419480Z ##[endgroup]
2026-07-08T01:51:01.5420000Z ##[group]Fetching the repository
2026-07-08T01:51:01.5426153Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1fccfcdec9774da20add42c638552a60adf70bfc:refs/remotes/pull/57/merge
2026-07-08T01:51:02.1282365Z ##[endgroup]
2026-07-08T01:51:02.1283088Z ##[group]Determining the checkout info
2026-07-08T01:51:02.1283742Z ##[endgroup]
2026-07-08T01:51:02.1289947Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T01:51:02.1343072Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T01:51:02.1378201Z ##[group]Checking out the ref
2026-07-08T01:51:02.1383501Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/57/merge
2026-07-08T01:51:02.1467289Z HEAD is now at 1fccfcdec Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:51:02.1473653Z ##[endgroup]
2026-07-08T01:51:02.1522975Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T01:51:02.1563434Z 1fccfcdec9774da20add42c638552a60adf70bfc
